home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000036_news@newsmaster….columbia.edu _Tue Dec 22 12:48:54 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA24230
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 22 Dec 1998 12:48:53 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA20389
  7.     for kermit.misc@watsun; Tue, 22 Dec 1998 12:48:53 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: automation script calling external protocol (Zmodem)
  12. Date: 22 Dec 1998 17:47:41 GMT
  13. Organization: Columbia University
  14. Lines: 84
  15. Message-ID: <75olvt$c6l$1@apakabar.cc.columbia.edu>
  16. References: <367FD6BF.1B4D30FD@acxiom.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9668
  19.  
  20. In article <367FD6BF.1B4D30FD@acxiom.com>,
  21. William Jones  <wjones@acxiom.com> wrote:
  22. : We have run into a problem continuing script  automation after calling
  23. : the external protocol (i.e., Zmodem). Due to business reasons, we
  24. : must use the Zmodem protocol on the remote Windows machine
  25. : running Wildcat BBS.
  26. : We must automate a process of downloading (and uploading)
  27. : files to a remote Windows based Wildcat BBS from a UNIX
  28. : server running SCO Unixware 7.  We are trying to use C-Kermit
  29. : with kermit automation scripts on the UNIX server. We have
  30. : purchased   Zmodem from Omen Inc. (crz, csz, etc.) and also
  31. : two copies of the book "using C-Kermit".  We have built a Kermit
  32. : script (wildcat.ksc) which works up to a point. We have placed the
  33. : command to call the kermit scriptin .mykermrc (i.e., take wildcat.ksc);
  34. : furthermore, we start the process by typing " kermit -nr ". It starts
  35. : the
  36. : external protocol download but we can not figure out how to turn
  37. : control back to the Kermit automation script after the download
  38. : completes . After the file is downloaded we get a Continue prompt.
  39. : How do we return control back from the external protocol to kermit?
  40. : Any advice would be appreciated.  Portions of the  files (session.log,
  41. : console.log, and wildcat.ksc with p/w zzzzzz'ed out) are pasted below.
  42. : In summary, how do we switch back to Kermit in the automated scripts
  43. : after calling the external protocol?
  44. : Regards,
  45. : William Jones
  46. : Database Administrator
  47. : Finance Business Unit 1
  48. : E-Mail:  wjones@acxiom.com
  49. : TEL # :  (501) 336-1363
  50. : FAX# : (501) 336-3714
  51. : "Wolves wouldn't succeed if they didn't work as a team,
  52. :   and when they're not hunting, they play."
  53. : **********************************
  54. : *****START OF wildcat.ksh  *****
  55. : **********************************
  56. : ;set input timeout quit
  57. : set input echo off
  58. : input 30 name?
  59. : output snowman\13
  60. : input 30 name?
  61. : output \13
  62. : input 30 password?
  63. : output zzzzzzz\13
  64. : input 5 command >>
  65. : output f\13
  66. : input 5 command >>
  67. : output  l\13
  68. : input 5  uit?
  69. : output  d\13
  70. : input 5 ?
  71. : output  reggie.txt\13
  72. : input 5 ?
  73. : output \13
  74. : input 5 command?
  75. : output d\13
  76. : input 5 protocol?
  77. : output z\13
  78. : input 60 continue?
  79. : output \13
  80. : input 5 uit?
  81. : output q\13
  82. : input 5 command >>
  83. : output g\13
  84. : input 5 n]?
  85. : output y\13
  86. : *******************************
  87. : *****END OF wildcat.ksh  *****
  88. : *******************************
  89.  
  90. When do you start the Zmodem transfer in this script?
  91. where is the SET PROTOCOL ZMODEM and RECEIVE commands?
  92.  
  93.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  94.                  The Kermit Project * Columbia University
  95.               612 West 115th St #716 * New York, NY * 10025
  96.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org